home *** CD-ROM | disk | FTP | other *** search
/ Easy Fishing / Easy Fishing.iso / pc / catalog / demos / 091 / b.dir / Internal_34.ls < prev    next >
Encoding:
Text File  |  1996-12-18  |  264 b   |  17 lines

  1. on exitFrame
  2.   if not soundBusy(1) then
  3.     puppetSound(0)
  4.     go(#next)
  5.   end if
  6. end
  7.  
  8. on mouseUp
  9.   if the clickOn = 0 then
  10.     cursor(4)
  11.     puppetSound(0)
  12.     set the mouseDownScript to "nothing"
  13.     set the mouseUpScript to "nothing"
  14.     go(#next)
  15.   end if
  16. end
  17.